PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosNumber Class / equals Method
Object to test.
In This Topic
    equals Method
    In This Topic
    Tests if this object is equal to another object.
    Syntax
    public boolean equals( 
       java.lang.Object obj
    )

    Parameters

    obj
    Object to test.

    Return Value

    True if the objects are equal, false otherwise.
    See Also